home *** CD-ROM | disk | FTP | other *** search
- /* General success codes for functions of return type int.
- */
- #define SUCCESS 0
- #define ERR_MSG_POSTED 1
- #define ERR_NOT_ENOUGH_MEM 2
- #define ERR_NO_PAGING_FILE 3
- #define ERR_NO_SPACE 4
- #define ERR_FAILED_IO 5
- #define ERR_FILE_IS_DIR 6
- #define ERR_INTERNAL 7
- #define ERR_INHIBIT_FAILED 8
- #define ERR_WRONG_BLOCKSIZE 9
- #define ERR_NO_DISKINFO 10
- #define ERR_NOT_VALIDATED 11
- #define ERR_OUT_OF_BOUNDS 12
- #define ERR_NO_FFS 13
- #define ERR_NO_CONFIG_FILE 14
- #define ERR_CORRUPT_CFG_FILE 15
- #define ERR_VOLUME_NOT_FOUND 16
- #define ERR_LOW_VERSION 17
- #define ERR_NO_DOS 18
- #define ERR_NO_INTUITION 19
- #define ERR_NO_GFX 20
- #define ERR_NO_UTILITY 21
- #define ERR_NO_EXPANSION 22
- #define ERR_NO_COMMODITIES 23
- #define ERR_WRONG_CPU 24
- #define ERR_NO_ADDR_SPACE 25
- #define ERR_NO_PREFS 26
- #define ERR_NO_STATWINDOW 27
- #define ERR_NO_REXX 28
- #define ERR_DYN_MAP_FAILED 29
-
- #define ERR_MAX_ERRNO 29
-
-